home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / join < prev    next >
Encoding:
Text File  |  1993-08-08  |  1021 b   |  29 lines

  1. Command Name : Join
  2.  
  3. Function : Join files together to make a new file
  4.  
  5. Arguments : {<filenames>} AS <filename>
  6.  
  7. Location : C directory
  8.  
  9. This function is of most use with text files.  It joins all the files in
  10. <filenames> together, in the order specified, to create a new file called
  11. <filename>.  You can use this to join two startup-sequences together, or to
  12. join all the chapters of a book.  The viewing program Vilbm (on this disk)
  13. supports joined files.  If a text file and a picture are joined it shows the
  14. text then the picture.  Type c/Vilbm at a CLI prompt with THIS disk as the
  15. current directory for more information on Vilbm.
  16.  
  17. Examples
  18.  
  19. Join Chapter1 Chapter2 Chapter3 AS Book
  20.  
  21.         Joins Chapters 1, 2 and 3 together, in order, and makes a new file
  22.         called Book (if it does not exist in the current directory) to put
  23.         the completed file.
  24.  
  25. Join Chapter2 Chapter3, Chapter1 as Book
  26.  
  27.         Joins chapters 1, 2 and 3 together in the order 2, 1, 3 and puts the
  28.         result into the file Book.
  29.